home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sounds Terrific 2
/
Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso
/
archives
/
amiga
/
amisox33.lha
/
AmiSOX3.3
/
dist
/
mkamidat.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-02-20
|
155b
|
12 lines
/*
* Usage: [rx] mkamidat[.rexx]
*/
date = date('e')
date = overlay('.', date, 3, 1)
date = overlay('.', date, 6, 1)
say '#define AMIDATE "'date'"'